home *** CD-ROM | disk | FTP | other *** search
- /*---------------------------------------------------------------------------*/
- /* */
- /* hcsESec - This REXX Macro is called when the report finishes a section */
- /* */
- /* Valid Variables are: */
- /* hcTotalBytes hcDeep */
- /* */
- /*---------------------------------------------------------------------------*/
-
- IF (hcTotalBytes > 0) THEN
- Call RxhcLineOut COPIES(' ', hcDeep * 2) || '---Total Bytes used '|| hcTotalBytes || ' ---'
-
- RETURN